Don't include string.h.
authorDave Love <fx@gnu.org>
Tue, 21 Jan 2003 18:29:11 +0000 (18:29 +0000)
committerDave Love <fx@gnu.org>
Tue, 21 Jan 2003 18:29:11 +0000 (18:29 +0000)
lib-src/yow.c

index c658b15e41f2a57c59e8be0cd3af17d079dcd877..92df285870adb7d1ffe3c0c50e8401dc4fcea312 100644 (file)
@@ -16,9 +16,6 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
 #ifdef TIME_WITH_SYS_TIME
 #include <sys/time.h>
 #include <time.h>